vector_rotate_3d_angle
Syntax:
vector_rotate_3d_angle(vector, theta, phi)
Arguments:
| Argument Name | Type | Description | 
|---|---|---|
| vector | vector3 | vector to rotate | 
| theta | real | amount to rotate around global z-axis | 
| phi | real | amount to rotate around local y-axis | 
Returns: (vector3)
Description:
Loading page...
